home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / What's New? / Development Kits / ColorSync™ 2.0.1 GM / Interfaces / PInterfaces / CMComponent.p < prev    next >
Encoding:
Text File  |  1995-12-12  |  2.1 KB  |  95 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        CMComponent.p
  3.  
  4.      Contains:    Stub for including new file names.
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    2.0f3
  8.  
  9.      Copyright:    © 1984-1994 by Apple Computer, Inc.
  10.                  All rights reserved.
  11.  
  12.      Bugs?:        If you find a problem with this file, send the file and version
  13.                  information (from above) and the problem description to:
  14.  
  15.                      Internet:    apple.bugs@applelink.apple.com
  16.                      AppleLink:    APPLE.BUGS
  17.  
  18. }
  19.  
  20. {$IFC UNDEFINED UsingIncludes}
  21. {$SETC UsingIncludes := 0}
  22. {$ENDC}
  23.  
  24. {$IFC NOT UsingIncludes}
  25.  UNIT CMComponent;
  26.  INTERFACE
  27. {$ENDC}
  28.  
  29. {$IFC UNDEFINED __CMCOMPONENT__}
  30. {$SETC __CMCOMPONENT__ := 1}
  31.  
  32. {$I+}
  33. {$SETC CMComponentIncludes := UsingIncludes}
  34. {$SETC UsingIncludes := 1}
  35.  
  36.     This file has been included to allow older source code 
  37.     to #include <CMComponent.h>.  Please update your source
  38.     code to directly #include <CMMComponent.h>
  39.       and             #include <CMPRComponent.h>
  40.  
  41. }
  42. { #include the two ColorSync 2.0 files equivalent to the v. 1.0 file }
  43.  
  44. {$IFC UNDEFINED __CMMCOMPONENT__}
  45. {$I CMMComponent.p}
  46. {$ENDC}
  47. {    Types.p                                                        }
  48. {        ConditionalMacros.p                                        }
  49. {    Quickdraw.p                                                    }
  50. {        MixedMode.p                                                }
  51. {        QuickdrawText.p                                            }
  52. {            ScriptLayout.p                                        }
  53. {    Components.p                                                }
  54. {    CMApplication.p                                                }
  55. {        Files.p                                                    }
  56. {            OSUtils.p                                            }
  57. {                Memory.p                                        }
  58. {            Finder.p                                            }
  59. {        Printing.p                                                }
  60. {            Errors.p                                            }
  61. {            Dialogs.p                                            }
  62. {                Windows.p                                        }
  63. {                    Events.p                                    }
  64. {                    Controls.p                                    }
  65. {                        Collections.p                            }
  66. {                        Appearance.p                            }
  67. {                        TextObjects.p                            }
  68. {                            Unicode.p                            }
  69. {                        Menus.p                                    }
  70. {                    AppleEvents.p                                }
  71. {                        EPPC.p                                    }
  72. {                            AppleTalk.p                            }
  73. {                            PPCToolbox.p                        }
  74. {                            Processes.p                            }
  75. {                        Notification.p                            }
  76. {                            Kernel.p                            }
  77. {                                MachineExceptions.p                }
  78. {                                Timing.p                        }
  79. {                    Drag.p                                        }
  80. {                        TextEdit.p                                }
  81. {        CMICCProfile.p                                            }
  82.  
  83. {$IFC UNDEFINED __CMPRCOMPONENT__}
  84. {$I CMPRComponent.p}
  85. {$ENDC}
  86.  
  87. {$SETC UsingIncludes := CMComponentIncludes}
  88.  
  89. {$ENDC} {__CMCOMPONENT__}
  90.  
  91. {$IFC NOT UsingIncludes}
  92.  END.
  93. {$ENDC}
  94.